commit | c5112d9f6f75d0160645829c466cb83ae1786b12 | [log] [tgz] |
---|---|---|
author | Paul Vriens <Paul.Vriens.Wine@gmail.com> | Tue Jan 19 16:44:22 2010 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jan 19 16:51:16 2010 +0100 |
tree | 23d6991f4180d4ddec488ccfb87703760ed3fcb4 | |
parent | 83c422e1119f7b4768d7e06dcbb080fb3ae3a203 [diff] [blame] |
rasapi32/tests: Fix some test failures on Win9x.
diff --git a/include/raserror.h b/include/raserror.h index 694dfe9..1735936 100644 --- a/include/raserror.h +++ b/include/raserror.h
@@ -23,6 +23,7 @@ #define ERROR_BUFFER_TOO_SMALL (RASBASE+3) #define ERROR_BUFFER_INVALID (RASBASE+10) #define ERROR_INVALID_SIZE (RASBASE+32) +#define ERROR_STATE_MACHINES_NOT_STARTED (RASBASE+95) #define ERROR_RASMAN_CANNOT_INITIALIZE (RASBASE+111) #endif