Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
f66b6004
Commit
f66b6004
authored
May 18, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
May 19, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
notepad: The UNICODE define isn't needed anymore; remove it.
Add the WINE_NO_UNICODE_MACROS define to prevent the AW form of functions and types from creeping back in.
parent
27c8839f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5 deletions
+1
-5
Makefile.in
programs/notepad/Makefile.in
+1
-1
dialog.c
programs/notepad/dialog.c
+0
-2
main.c
programs/notepad/main.c
+0
-2
No files found.
programs/notepad/Makefile.in
View file @
f66b6004
...
...
@@ -7,7 +7,7 @@ APPMODE = -mwindows -mno-cygwin
IMPORTS
=
comdlg32 shell32 shlwapi user32 gdi32 advapi32 kernel32
EXTRAINCL
=
-I
$(TOPSRCDIR)
/include/msvcrt
MODCFLAGS
=
@BUILTINFLAG@
EXTRADEFS
=
-DNO_LIBWINE_PORT
EXTRADEFS
=
-DNO_LIBWINE_PORT
-DWINE_NO_UNICODE_MACROS
C_SRCS
=
\
dialog.c
\
...
...
programs/notepad/dialog.c
View file @
f66b6004
...
...
@@ -21,8 +21,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define UNICODE
#include <assert.h>
#include <stdio.h>
#include <windows.h>
...
...
programs/notepad/main.c
View file @
f66b6004
...
...
@@ -22,8 +22,6 @@
*
*/
#define UNICODE
#include <windows.h>
#include <shlwapi.h>
#include <stdio.h>
...
...
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