Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
56b9fea8
Commit
56b9fea8
authored
Sep 26, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A few includes cleanup.
parent
74af67ef
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
16 deletions
+0
-16
w32skernel.c
dlls/win32s/w32skernel.c
+0
-1
Makefile.in
include/Makefile.in
+0
-3
w32skrnl.h
include/wine/w32skrnl.h
+0
-9
winestring.h
include/wine/winestring.h
+0
-1
sysres_Wa.rc
resources/sysres_Wa.rc
+0
-2
No files found.
dlls/win32s/w32skernel.c
View file @
56b9fea8
...
...
@@ -7,7 +7,6 @@
#include <string.h>
#include "wine/w32skrnl.h"
#include "winbase.h"
/***********************************************************************
...
...
include/Makefile.in
View file @
56b9fea8
...
...
@@ -117,10 +117,7 @@ INSTALLED_INCLUDES = \
wine/obj_shellview.h
\
wine/obj_storage.h
\
wine/port.h
\
wine/undocshell.h
\
wine/unicode.h
\
wine/w32skrnl.h
\
wine/winestring.h
\
winerror.h
\
wingdi.h
\
wininet.h
\
...
...
include/wine/w32skrnl.h
deleted
100644 → 0
View file @
74af67ef
#ifndef __WINE_WINE_W32SKRNL_H
#define __WINE_WINE_W32SKRNL_H
#include "windef.h"
LPSTR
WINAPI
GetWin32sDirectory
(
void
);
DWORD
WINAPI
RtlNtStatusToDosError
(
DWORD
error
);
#endif
/* __WINE_WINE_W32SKRNL_H */
include/wine/winestring.h
View file @
56b9fea8
...
...
@@ -10,6 +10,5 @@ LPSTR WINAPI lstrcpynWtoA(LPSTR,LPCWSTR,INT);
/* compatibility macros; will be removed some day, please don't use them */
#define lstrcpyAtoW(dst,src) ((void)MultiByteToWideChar(CP_ACP,0,(src),-1,(dst),0x7fffffff))
#define lstrcpyWtoA(dst,src) ((void)WideCharToMultiByte(CP_ACP,0,(src),-1,(dst),0x7fffffff,NULL,NULL))
#define lstrncmpiA strncasecmp
#endif
/* __WINE_WINE_WINESTRING_H */
resources/sysres_Wa.rc
View file @
56b9fea8
...
...
@@ -5,8 +5,6 @@ LANGUAGE LANG_WALON, SUBLANG_DEFAULT
* vos poloz scrre a l' adresse emile <linux-wa@chanae.alphanet.ch>
*/
#include <windows.h>
SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
{
MENUITEM "&Rif", 61728
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment