Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pavlov <ipavlov@users.sourceforge.net>2010-10-04 04:00:00 +0400
committerKornel LesiƄski <kornel@geekhood.net>2016-05-28 02:16:04 +0300
commit2eb60a059819da595efb8e1de49f04c241f5b981 (patch)
treefe5423b6679c605b545b726cb875883ea9299b31 /CPP/Windows/Control
parent044e4bb7413beb329edfa3ad27b492d819cdc811 (diff)
9.179.17
Diffstat (limited to 'CPP/Windows/Control')
-rwxr-xr-xCPP/Windows/Control/CommandBar.h2
-rwxr-xr-xCPP/Windows/Control/Edit.h6
-rwxr-xr-xCPP/Windows/Control/ImageList.h1
-rwxr-xr-xCPP/Windows/Control/ReBar.h2
-rwxr-xr-xCPP/Windows/Control/StatusBar.h2
-rwxr-xr-xCPP/Windows/Control/Trackbar.h2
-rwxr-xr-xCPP/Windows/Control/Window2.h2
7 files changed, 7 insertions, 10 deletions
diff --git a/CPP/Windows/Control/CommandBar.h b/CPP/Windows/Control/CommandBar.h
index 4cbe07b6..387c5e2d 100755
--- a/CPP/Windows/Control/CommandBar.h
+++ b/CPP/Windows/Control/CommandBar.h
@@ -45,4 +45,4 @@ public:
#endif
-#endif \ No newline at end of file
+#endif
diff --git a/CPP/Windows/Control/Edit.h b/CPP/Windows/Control/Edit.h
index d1af3644..c4bf5704 100755
--- a/CPP/Windows/Control/Edit.h
+++ b/CPP/Windows/Control/Edit.h
@@ -4,7 +4,6 @@
#define __WINDOWS_CONTROL_EDIT_H
#include "Windows/Window.h"
-#include "Windows/Defs.h"
namespace NWindows {
namespace NControl {
@@ -12,10 +11,9 @@ namespace NControl {
class CEdit: public CWindow
{
public:
- void SetPasswordChar(WPARAM c)
- { SendMessage(EM_SETPASSWORDCHAR, c); }
+ void SetPasswordChar(WPARAM c) { SendMessage(EM_SETPASSWORDCHAR, c); }
};
}}
-#endif \ No newline at end of file
+#endif
diff --git a/CPP/Windows/Control/ImageList.h b/CPP/Windows/Control/ImageList.h
index 791c96fd..127cd1ed 100755
--- a/CPP/Windows/Control/ImageList.h
+++ b/CPP/Windows/Control/ImageList.h
@@ -83,4 +83,3 @@ public:
}}
#endif
- \ No newline at end of file
diff --git a/CPP/Windows/Control/ReBar.h b/CPP/Windows/Control/ReBar.h
index ec27f0ed..8e11c139 100755
--- a/CPP/Windows/Control/ReBar.h
+++ b/CPP/Windows/Control/ReBar.h
@@ -32,4 +32,4 @@ public:
}}
-#endif \ No newline at end of file
+#endif
diff --git a/CPP/Windows/Control/StatusBar.h b/CPP/Windows/Control/StatusBar.h
index e8018a56..8766188b 100755
--- a/CPP/Windows/Control/StatusBar.h
+++ b/CPP/Windows/Control/StatusBar.h
@@ -40,4 +40,4 @@ public:
}}
-#endif \ No newline at end of file
+#endif
diff --git a/CPP/Windows/Control/Trackbar.h b/CPP/Windows/Control/Trackbar.h
index 64120f98..42dc4e40 100755
--- a/CPP/Windows/Control/Trackbar.h
+++ b/CPP/Windows/Control/Trackbar.h
@@ -25,4 +25,4 @@ public:
}}
-#endif \ No newline at end of file
+#endif
diff --git a/CPP/Windows/Control/Window2.h b/CPP/Windows/Control/Window2.h
index b016a13d..2af031b8 100755
--- a/CPP/Windows/Control/Window2.h
+++ b/CPP/Windows/Control/Window2.h
@@ -55,4 +55,4 @@ public:
}}
-#endif \ No newline at end of file
+#endif