diff options
Diffstat (limited to 'desktop/Executable_sweb.mk')
-rw-r--r-- | desktop/Executable_sweb.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/Executable_sweb.mk b/desktop/Executable_sweb.mk index 0bbc83877742..72cd6357be8f 100644 --- a/desktop/Executable_sweb.mk +++ b/desktop/Executable_sweb.mk @@ -11,10 +11,6 @@ $(eval $(call gb_Executable_Executable,sweb)) $(eval $(call gb_Executable_set_targettype_gui,sweb,YES)) -$(eval $(call gb_Executable_add_defs,sweb,\ - -DUNICODE \ -)) - $(eval $(call gb_Executable_add_ldflags,sweb,\ /ENTRY:wWinMainCRTStartup \ )) |