X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Ffeisty_meow_config.ini;h=aca7bb1e08bec393728d11d6fd77806a0e185713;hb=51b587223136de70cd5a9f1cfbf2bf80b4e70ba0;hp=aaf1e575fa3670306e0c42c3260d25a66371248b;hpb=a7dd08585fae9c6e985eb52706e455eedbe6a816;p=feisty_meow.git diff --git a/production/feisty_meow_config.ini b/production/feisty_meow_config.ini index aaf1e575..aca7bb1e 100755 --- a/production/feisty_meow_config.ini +++ b/production/feisty_meow_config.ini @@ -68,13 +68,8 @@ endif # this flag selects whether to build with unicode enabled. this mainly affects # win32 OSes, and right now we know it affects them badly if this is enabled. # unix may build slightly differently too, such as for WX widgets. -ifeq "$(OP_SYSTEM)" "WIN32" -### -### do not enable on win32 right now. -### DEFINITIONS += UNICODE=t -### -else - DEFINITIONS += UNICODE=t +ifneq "$(OP_SYSTEM)" "WIN32" +# DEFINITIONS += UNICODE=t endif # if this flag is turned on, then memory allocations will be trapped for