We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b758ffb commit 61adfbaCopy full SHA for 61adfba
tests/test_db.cpp
@@ -8,17 +8,6 @@
8
#include "db/tag_db.h"
9
#include "test_utils.h"
10
11
-// Undefine Windows macros that conflict with our method names
12
-#ifdef CreateFile
13
-#undef CreateFile
14
-#endif
15
-#ifdef DeleteFile
16
-#undef DeleteFile
17
18
-#ifdef MoveFile
19
-#undef MoveFile
20
21
-
22
using namespace vxcore::db;
23
24
// Test database path
tests/test_utils.h
@@ -7,11 +7,6 @@
7
#include <iostream>
#include <string>
-#ifdef _WIN32
-#include <shlwapi.h>
-#pragma comment(lib, "shlwapi.lib")
#define ASSERT(condition) \
do { \
if (!(condition)) { \
0 commit comments