diff options
Diffstat (limited to 'rts/RtsDllMain.h')
-rw-r--r-- | rts/RtsDllMain.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/RtsDllMain.h b/rts/RtsDllMain.h index d781127079..4b9480dd85 100644 --- a/rts/RtsDllMain.h +++ b/rts/RtsDllMain.h @@ -1,4 +1,3 @@ - #include "Rts.h" #ifdef HAVE_WINDOWS_H @@ -14,4 +13,3 @@ DllMain ( HINSTANCE hInstance , LPVOID reserved ); #endif - |