X-Git-Url: https://harrygodden.com/git/?p=csRadar.git;a=blobdiff_plain;f=csrPlatform.h;h=7e2329b6c5f30c75c707e953e86607a18a1078ab;hp=46f65133d41062b6cecc1d0d2a007669a5df33a6;hb=HEAD;hpb=8382aed7f0cdc38bc5c58832d4a15277cf56d4be diff --git a/csrPlatform.h b/csrPlatform.h index 46f6513..7e2329b 100644 --- a/csrPlatform.h +++ b/csrPlatform.h @@ -7,8 +7,8 @@ #if defined(_WIN32) || defined(__CYGWIN__) #define CSR_WINDOWS - #include - typedef HWMODULE csr_so; + #include + typedef HINSTANCE csr_so; #else #define CSR_UNIX #include