Commit graph

17542 commits

Author SHA1 Message Date
James Tabor 089e05b94d Testing MPlayerC.exe, start implementing GetMenuBarInfo. It looks simple enough.
svn path=/trunk/; revision=18620
2005-10-20 01:24:49 +00:00
Christoph von Wittich 0fcd5f187e fixed some warnings when compile with msvc 2005
svn path=/trunk/; revision=18619
2005-10-19 23:45:55 +00:00
Christoph von Wittich d2627cecf5 fix poppack.h on wrong position
svn path=/trunk/; revision=18618
2005-10-19 23:44:16 +00:00
Christoph von Wittich 5e2eed7a02 remove winternl.h
(fix build)

svn path=/trunk/; revision=18617
2005-10-19 23:38:51 +00:00
Christoph von Wittich b0e1d472a1 fix "./" include dir
svn path=/trunk/; revision=18616
2005-10-19 23:20:17 +00:00
Alex Ionescu f2ec008f69 - Fix compile with msvc/psdk.
svn path=/trunk/; revision=18615
2005-10-19 23:08:12 +00:00
Alex Ionescu 986feb9eea - Fix build issues.
svn path=/trunk/; revision=18614
2005-10-19 22:51:21 +00:00
Christoph von Wittich a9e2477672 remove winternl.h
svn path=/trunk/; revision=18613
2005-10-19 22:43:09 +00:00
Christoph von Wittich cf2d8e0404 fix NtSecAPI.h
aclui now compiles without winternl.h

svn path=/trunk/; revision=18612
2005-10-19 22:42:32 +00:00
Christoph von Wittich 4cafe154cc fix compile with msvc
svn path=/trunk/; revision=18611
2005-10-19 21:46:30 +00:00
Magnus Olsen 778c4d292a update cmd todo text
svn path=/trunk/; revision=18610
2005-10-19 21:46:17 +00:00
Ged Murphy ed11dc0a27 update xml file. dhcp has moved to /services
svn path=/trunk/; revision=18609
2005-10-19 21:26:25 +00:00
Ged Murphy 7ffc7be8a7 dhcp has moved to /services
svn path=/trunk/; revision=18608
2005-10-19 21:25:26 +00:00
Ged Murphy 38e275b6f7 move dhcp client from /subsys/system to /services
svn path=/trunk/; revision=18607
2005-10-19 21:22:28 +00:00
Magnus Olsen 4f2b8fba21 Fix the head so it compiles again.
do not define same DBG_** twice. 

svn path=/trunk/; revision=18606
2005-10-19 21:10:17 +00:00
Christoph von Wittich 27cc2b7d94 fix compile with msvc
svn path=/trunk/; revision=18605
2005-10-19 21:08:53 +00:00
Aleksey Bragin 79c52cf8f8 Translation to russian language + fixes in En.rc
svn path=/trunk/; revision=18604
2005-10-19 20:35:01 +00:00
Aleksey Bragin d0804bb319 Fix a typo
svn path=/trunk/; revision=18603
2005-10-19 20:09:30 +00:00
Brandon Turner cdf0011b1c add CRLF to fix build
svn path=/trunk/; revision=18602
2005-10-19 19:50:15 +00:00
Filip Navara 8f2b6df4bb Fix DbgPrint calls.
svn path=/trunk/; revision=18601
2005-10-19 19:33:15 +00:00
Christoph von Wittich 675b2d1098 fixed inconsistent newlines
svn path=/trunk/; revision=18600
2005-10-19 17:18:34 +00:00
Christoph von Wittich 58a71c4e3f added missing advapi32.lib
svn path=/trunk/; revision=18599
2005-10-19 17:05:58 +00:00
Alex Ionescu 8c002db0c2 - NDK fix: don't undef a million status codes, instead, have apps define WIN32_NO_STATUS.
- winnt.h: respect WIN32_NO_STATUS for DBG codes.
- rtl: change STDCALL to NTAPI
- everything else: add precompiled headers where missing, define WIN32_NO_STATUS.

svn path=/trunk/; revision=18598
2005-10-19 17:03:38 +00:00
Magnus Olsen 593300080a Change LANGUAGE LANG_JAPANESE, SUBLANG_NEUTRAL to LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
So it works in windows, and in Visualstudio

svn path=/trunk/; revision=18597
2005-10-19 17:02:15 +00:00
Magnus Olsen 6faa7273db Change LANGUAGE LANG_JAPANESE, SUBLANG_NEUTRAL to LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
So it works in windows, and in Visualstudio  

svn path=/trunk/; revision=18596
2005-10-19 16:53:08 +00:00
Christoph von Wittich 612361f0d7 add support for cpl applets
add hardcoded "." include path like already in msvcmaker.cpp

svn path=/trunk/; revision=18595
2005-10-19 16:08:34 +00:00
Christoph von Wittich 03bd1b5838 reformat rc files to make them more readable AND comile with msvc
change CALLBACK to APIENTRY like in windows

svn path=/trunk/; revision=18594
2005-10-19 16:05:12 +00:00
Christoph von Wittich da36e335c1 reverted to 17089, we have to fix rbuild instead
svn path=/trunk/; revision=18593
2005-10-19 14:18:29 +00:00
Christoph von Wittich d7d94ab421 fixed rc files to compile with ms rc
svn path=/trunk/; revision=18592
2005-10-19 14:09:23 +00:00
Christoph von Wittich 2531be20a0 fixed prototypes in cpl.h
svn path=/trunk/; revision=18591
2005-10-19 14:08:31 +00:00
Brandon Turner e1ace3e194 after some long hard thought i decided to not use the broken cmd version of CommandLineToArgvW and start using the less broken ros api version. This doesnt matter all that much as cmd isnt compiled as unicode(yet).
svn path=/trunk/; revision=18590
2005-10-19 13:12:01 +00:00
Christoph von Wittich 9ff9863045 set eol-style:native
svn path=/trunk/; revision=18589
2005-10-19 02:53:03 +00:00
Christoph von Wittich f49330a2f1 fixed some msvc compile issues
fixed duplicated IDs in rc files

svn path=/trunk/; revision=18588
2005-10-19 02:41:18 +00:00
Christoph von Wittich 0789731009 set eol-style:native
svn path=/trunk/; revision=18587
2005-10-19 02:21:19 +00:00
Christoph von Wittich a019e28705 added missing advapi32.lib
svn path=/trunk/; revision=18586
2005-10-19 02:01:23 +00:00
Christoph von Wittich 457733ee7a add support for control panel applets
svn path=/trunk/; revision=18585
2005-10-19 01:59:25 +00:00
Christoph von Wittich 4370373447 fixed msvc compile problem
svn path=/trunk/; revision=18584
2005-10-19 00:56:49 +00:00
Christoph von Wittich bbe3e0120a fixed some compile problems with msvc 2003/2005
svn path=/trunk/; revision=18583
2005-10-19 00:46:31 +00:00
Christoph von Wittich 149be15434 fixed compile problems with msvc 2003/2005
svn path=/trunk/; revision=18582
2005-10-19 00:19:25 +00:00
Christoph von Wittich ffe3881148 added missing shell32.lib
svn path=/trunk/; revision=18581
2005-10-18 23:53:47 +00:00
Christoph von Wittich ade25eb742 added missing shell32.lib
svn path=/trunk/; revision=18580
2005-10-18 23:48:37 +00:00
Christoph von Wittich ec9c456d35 fix anonymous union problem
svn path=/trunk/; revision=18579
2005-10-18 23:43:51 +00:00
Christoph von Wittich 424070b190 fix compile with msvc
svn path=/trunk/; revision=18578
2005-10-18 23:34:34 +00:00
Christoph von Wittich b9f4233bd2 revert 18576
fix rbuild instead

svn path=/trunk/; revision=18577
2005-10-18 23:25:46 +00:00
Christoph von Wittich 44c7db58f6 remove include/wine, this will fix compiling with msvc
svn path=/trunk/; revision=18576
2005-10-18 23:00:31 +00:00
Christoph von Wittich 3f6c66966e added missing user32.lib
svn path=/trunk/; revision=18575
2005-10-18 22:55:29 +00:00
Christoph von Wittich fae230e486 add missing libs to xml file
svn path=/trunk/; revision=18574
2005-10-18 22:34:04 +00:00
Christoph von Wittich ede418d57b fixed WINVER in calc.xml for compile with msvc
now it can be compiled with 0 errors, 0 warnings

svn path=/trunk/; revision=18573
2005-10-18 22:27:38 +00:00
Christoph von Wittich 0d333ca4de changed windres back to rc
fixed rc preprocessor defines in dsp file generation

svn path=/trunk/; revision=18572
2005-10-18 21:56:39 +00:00
Ged Murphy 88be8ed34a move the apps into the same position they are found in windows.
svn path=/trunk/; revision=18571
2005-10-18 21:41:45 +00:00