OSDN Git Service

Cosmetic: Adding comment about 7ZCommon.h include of dllpstub.h, which is not obvious
authorPerry Rapp <elsapo@users.sourceforge.net>
Sun, 4 Sep 2005 22:28:47 +0000 (22:28 +0000)
committerPerry Rapp <elsapo@users.sourceforge.net>
Sun, 4 Sep 2005 22:28:47 +0000 (22:28 +0000)
  Src: 7ZCommon.h

Src/7zCommon.h
Src/readme.txt

index f6393e6..7ff9a1b 100644 (file)
@@ -1,5 +1,7 @@
 #define DllBuild_Merge7z 10 // Minimum DllBuild of Merge7z plugin required
 
+// We include dllpstub.h for Merge7z.h
+// Merge7z::Proxy embeds a DLLPSTUB
 #include "dllpstub.h"
 #include "../Merge7z/Merge7z.h"
 
index ef9c083..be4f6ee 100644 (file)
@@ -1,6 +1,8 @@
 2005-09-04 Perry
  Cosmetic: Perry adding comments about usage of dllpstub
- Src: dllpstub.cpp dllpstub.h markdown.h
+  Src: dllpstub.cpp dllpstub.h markdown.h
+ Cosmetic: Adding comment about 7ZCommon.h include of dllpstub.h, which is not obvious
+  Src: 7ZCommon.h
 
 2005-09-04 Kimmo
  PATCH: [ 1281059 ] Avoid uninitialised members in CLanguageSelect