Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

shellext: remove #pragma data_seg in ShellExt.h

clean up #include's

Changeset 650fda3de62c

Parent c21176c29016

by Adrian Buehlmann

Changes to 2 files · Browse files at 650fda3de62c Showing diff from parent c21176c29016 Diff from another changeset...

 
5
6
7
 
 
 
8
9
10
 
5
6
7
8
9
10
11
12
13
@@ -5,6 +5,9 @@
 #include "StringUtils.h"  #include <olectl.h>   +#define INITGUID +#include <initguid.h> +  DEFINE_GUID(CLSID_TortoiseHg0, 0xb456dba0L, 0x7bf4, 0x478c, 0x93, 0x7a, 0x5, 0x13, 0xc, 0x2c, 0x21, 0x2e);  DEFINE_GUID(CLSID_TortoiseHg1, 0xb456dba1L, 0x7bf4, 0x478c, 0x93, 0x7a, 0x5, 0x13, 0xc, 0x2c, 0x21, 0x2e);  DEFINE_GUID(CLSID_TortoiseHg2, 0xb456dba2L, 0x7bf4, 0x478c, 0x93, 0x7a, 0x5, 0x13, 0xc, 0x2c, 0x21, 0x2e);
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 
1
2
3
 
 
 
 
 
 
4
5
 
6
 
7
8
9
@@ -1,17 +1,9 @@
 #ifndef _SHELL_EXT_H_  #define _SHELL_EXT_H_   -#pragma data_seg(".text") -#include <objbase.h> -#define INITGUID -#include <initguid.h> -#include <shlobj.h> -#include <shlguid.h>  #include <vector>  #include <string> -#pragma data_seg()   -#define DLLREGUNREGNAME TEXT("DLL Registerer")    enum TortoiseOLEClass  {