X-Git-Url: https://harrygodden.com/git/?p=csRadar.git;a=blobdiff_plain;f=csrPlatform.h;fp=csrPlatform.h;h=7e2329b6c5f30c75c707e953e86607a18a1078ab;hp=46f65133d41062b6cecc1d0d2a007669a5df33a6;hb=5a15ca2f746b9c74244ab8a8f631bae0d812be6a;hpb=5dfd7a6b5aec8d2bc047cfa4227b6ae04df6ce57 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