diff options
Diffstat (limited to 'rts/RtsDllMain.h')
-rw-r--r-- | rts/RtsDllMain.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/RtsDllMain.h b/rts/RtsDllMain.h index 4b9480dd85..5147962780 100644 --- a/rts/RtsDllMain.h +++ b/rts/RtsDllMain.h @@ -13,3 +13,11 @@ DllMain ( HINSTANCE hInstance , LPVOID reserved ); #endif + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |