ReactOS 0.4.16-dev-752-g47bae01
|
#include <wine/test.h>
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "odbcinst.h"
Go to the source code of this file.
Macros | |
#define | check_error(a) check_error_(__LINE__, a) |
Functions | |
static void | check_error_ (int line, DWORD expect) |
static void | test_SQLConfigMode (void) |
static void | test_SQLInstallerError (void) |
static void | test_SQLInstallDriverManager (void) |
static void | test_SQLWritePrivateProfileString (void) |
static void | test_SQLGetPrivateProfileString (void) |
static void | test_SQLGetPrivateProfileStringW (void) |
static void | test_SQLInstallDriverEx (void) |
static void | test_SQLInstallTranslatorEx (void) |
static void | test_SQLGetInstalledDrivers (void) |
static void | test_SQLValidDSN (void) |
static void | test_SQLValidDSNW (void) |
static void | test_SQLConfigDataSource (void) |
START_TEST (misc) | |
Variables | |
static const WCHAR | abcd_key [] = {'S','o','f','t','w','a','r','e','\\','O','D','B','C','\\','a','b','c','d','.','I','N','I','\\','w','i','n','e','o','d','b','c',0} |
static const WCHAR | abcdini_key [] = {'S','o','f','t','w','a','r','e','\\','O','D','B','C','\\','a','b','c','d','.','I','N','I',0 } |
Definition at line 30 of file misc.c.
START_TEST | ( | misc | ) |
Definition at line 769 of file misc.c.
Definition at line 744 of file misc.c.
Referenced by START_TEST().
Definition at line 40 of file misc.c.
Referenced by START_TEST().
Definition at line 620 of file misc.c.
Referenced by START_TEST().
Definition at line 210 of file misc.c.
Referenced by START_TEST().
Definition at line 313 of file misc.c.
Referenced by START_TEST().
Definition at line 427 of file misc.c.
Referenced by START_TEST().
Definition at line 91 of file misc.c.
Referenced by START_TEST().
Definition at line 67 of file misc.c.
Referenced by START_TEST().
Definition at line 545 of file misc.c.
Referenced by START_TEST().
Definition at line 685 of file misc.c.
Referenced by START_TEST().
Definition at line 713 of file misc.c.
Referenced by START_TEST().
Definition at line 151 of file misc.c.
Referenced by START_TEST().
|
static |
Definition at line 27 of file misc.c.
Referenced by test_SQLGetPrivateProfileString(), test_SQLGetPrivateProfileStringW(), and test_SQLWritePrivateProfileString().