Skip to content
/ snoretoast Public

Commit 36888b2

Browse files
committed
fixed build with msvc2013
1 parent 584e775 commit 36888b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/snoretoasts.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
*/
1818
#pragma once
1919

20-
#pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
21-
2220
#include "stringreferencewrapper.h"
2321

2422
#include <sdkddkver.h>

src/stringreferencewrapper.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include "snoretoasts.h"
22
#include <string>
3+
#include <winstring.h>
4+
#include <hstring.h>
35

46
class StringReferenceWrapper
57
{

0 commit comments

Comments
 (0)