modified base/applications/screensavers/3dtext/3dtext.rbuild
authorKJK::Hyperion <hackbunny@reactos.org>
Sat, 25 Oct 2008 17:32:54 +0000 (17:32 +0000)
committerKJK::Hyperion <hackbunny@reactos.org>
Sat, 25 Oct 2008 17:32:54 +0000 (17:32 +0000)
commit168997c0d184ba0b27df3dfe9b3a2407dde11faf
tree3031c193dbd8f22eb9c9125ed9f8733a9f94d1a7
parentb8e2e47d4ef28fc25b9b908b8b7d5cddc68ff791
modified   base/applications/screensavers/3dtext/3dtext.rbuild
modified   lib/sdk/crt/crt.rbuild
   Split chkstk away from crt
   Link 3dtext to chkstk for Visual C++ builds (a gcc-built 3dtext would simply crash, I guess?)

modified   dll/cpl/access/display.c
modified   dll/cpl/access/general.c
modified   dll/cpl/access/keyboard.c
modified   dll/cpl/access/mouse.c
   Fixed signedness violations (thank you cl -Wall -W4)

modified   dll/win32/acledit/acledit.rbuild
modified   dll/win32/aclui/aclui.rbuild
   Removed empty stubs (thank you cl -Wall -W4)

modified   dll/win32/aclui/checklist.c
   Fixed signedness violations
   wcsnicmp is not a standard C routine
   BOOL is not a boolean
   Thank you cl -Wall -W4

modified   dll/win32/aclui/sidcache.c
   Marked possible overflow (thank you cl -Wall -W4)

modified   dll/win32/msvcrt/msvcrt.def
   __iob_func and __p_iob are the same thing
   Export non-conforming swprintf as _swprintf, too (will fix for real later)
   Thank you cl -Wall -W4

modified   include/ddk/winddk.h
   Zero-length array field in struct _SCATTER_GATHER_LIST
   Forward-declare structures out of argument lists
   Thank you cl -Wall -W4

modified   include/reactos/msvctarget.h
   No need to emulate Visual C++ flags when compiling with Visual C++

modified   lib/3rdparty/mingw/cpu_features.c
modified   lib/3rdparty/mingw/cpu_features.h
   Useless dependency from stdbool.h removed
   Now compiles with Visual C++ too

modified   lib/3rdparty/mingw/getopt.c
   Silence harmless warning

modified   lib/3rdparty/mingw/isascii.c
modified   lib/3rdparty/mingw/iscsym.c
modified   lib/3rdparty/mingw/iscsymf.c
modified   lib/3rdparty/mingw/toascii.c
   Undefine conflicting macro names before declaring the functions

modified   Makefile
   Visual C++ support is coming, did you bring your coat?

svn path=/trunk/; revision=36954
20 files changed:
reactos/Makefile
reactos/base/applications/screensavers/3dtext/3dtext.rbuild
reactos/dll/cpl/access/display.c
reactos/dll/cpl/access/general.c
reactos/dll/cpl/access/keyboard.c
reactos/dll/cpl/access/mouse.c
reactos/dll/win32/acledit/acledit.rbuild
reactos/dll/win32/aclui/aclui.rbuild
reactos/dll/win32/aclui/checklist.c
reactos/dll/win32/msvcrt/msvcrt.def
reactos/include/ddk/winddk.h
reactos/include/reactos/msvctarget.h
reactos/lib/3rdparty/mingw/cpu_features.c
reactos/lib/3rdparty/mingw/cpu_features.h
reactos/lib/3rdparty/mingw/getopt.c
reactos/lib/3rdparty/mingw/isascii.c
reactos/lib/3rdparty/mingw/iscsym.c
reactos/lib/3rdparty/mingw/iscsymf.c
reactos/lib/3rdparty/mingw/toascii.c
reactos/lib/sdk/crt/crt.rbuild