summaryrefslogtreecommitdiff
path: root/src/xpm_w32.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-05 21:50:01 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-05 21:50:01 +0100
commite38eab22c1fb950127f0307a9904de6d4561dc70 (patch)
tree3435d9a3e3654948067dd1a89ebacf333ba877f0 /src/xpm_w32.c
parent0d6f5d9740dbad1b0207f3ab257de806169dd905 (diff)
downloadvim-git-e38eab22c1fb950127f0307a9904de6d4561dc70.tar.gz
patch 8.1.2396: using old C style commentsv8.1.2396
Problem: Using old C style comments. Solution: Use // comments where appropriate.
Diffstat (limited to 'src/xpm_w32.c')
-rw-r--r--src/xpm_w32.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xpm_w32.c b/src/xpm_w32.c
index 20612c51e..111988a71 100644
--- a/src/xpm_w32.c
+++ b/src/xpm_w32.c
@@ -16,7 +16,7 @@
#include "xpm_w32.h"
-/* Engage Windows support in libXpm */
+// Engage Windows support in libXpm
#define FOR_MSW
#include "xpm.h"
@@ -33,8 +33,8 @@ LoadXpmImage(
HBITMAP *hImage,
HBITMAP *hShape)
{
- XImage *img; /* loaded image */
- XImage *shp; /* shapeimage */
+ XImage *img; // loaded image
+ XImage *shp; // shapeimage
XpmAttributes attr;
int res;
HDC hdc = CreateCompatibleDC(NULL);