Skip to content
Snippets Groups Projects
Commit b0b3c385 authored by Paul Millar's avatar Paul Millar Committed by Alexandre Julliard
Browse files

Fixed minor typo.

parent 882e8ad0
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
#define WIN2K_PLUS(version) (version.dwMajorVersion==5)
#define WIN98_PLUS(version) (version.dwMajorVersion==4 && \
version.dwMajorVersion>0)
version.dwMinorVersion>0)
#define HAS_TRAIL_SLASH_A(string) (string[lstrlenA(string)-1]=='\\')
#define LONGFILE "Long File test.path"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment