mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 17:22:59 +00:00
[VFD] Properly mark ReactOS's diffs
Addendum to 25c7e1a
(0.4.7-dev-1106) and follow-ups.
This commit is contained in:
parent
1abac8f6db
commit
3ff08b6404
15 changed files with 69 additions and 20 deletions
|
@ -22,14 +22,14 @@
|
|||
// Initialize the GUID instance
|
||||
//=====================================
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if !defined(__REACTOS__) || defined(_MSC_VER)
|
||||
#pragma data_seg(".text")
|
||||
#endif
|
||||
#define INITGUID
|
||||
#include <initguid.h>
|
||||
#include <shlguid.h>
|
||||
#include "vfdshguid.h"
|
||||
#ifdef _MSC_VER
|
||||
#if !defined(__REACTOS__) || defined(_MSC_VER)
|
||||
#pragma data_seg()
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue