[UNICODE]

- Finally say goodbye to my "wcsfuncs" experiment started in 2008.
  We have (and always had) Wine's "unicode" library for this, which does the same and is more complete.
  Now that host tools only use include/host, we only need to include <wine/unicode.h> and it will choose the right file in either include/host or include/reactos.
- Fix some include guards in PSDK headers to match the MS ones.
- Always define WINE_UNICODE_API to an empty string instead of doing this separately for every module.
- Cleanup some empty directories or non-existing include pathes.

svn path=/trunk/; revision=52248
This commit is contained in:
Colin Finck
2011-06-15 18:20:05 +00:00
parent 96ba16073d
commit 413867145e
24 changed files with 40 additions and 108 deletions
+1 -5
View File
@@ -54,11 +54,7 @@ extern "C" {
#endif
#ifndef WINE_UNICODE_API
# if defined(_MSC_VER) || defined(__MINGW32__)
# define WINE_UNICODE_API DECLSPEC_IMPORT
# else
# define WINE_UNICODE_API
# endif
#define WINE_UNICODE_API
#endif
#ifndef WINE_UNICODE_INLINE