Added a comment
authorjkniiv <jkniiv@web>
Thu, 14 Jul 2022 20:32:06 +0000 (20:32 +0000)
committeradmin <admin@branchable.com>
Thu, 14 Jul 2022 20:32:06 +0000 (20:32 +0000)
doc/todo/windows__58___prepare_for_Win32_not_export_c__95___entities/comment_2_1d9c331e774138ceb89b1f7920bb76d4._comment [new file with mode: 0644]

diff --git a/doc/todo/windows__58___prepare_for_Win32_not_export_c__95___entities/comment_2_1d9c331e774138ceb89b1f7920bb76d4._comment b/doc/todo/windows__58___prepare_for_Win32_not_export_c__95___entities/comment_2_1d9c331e774138ceb89b1f7920bb76d4._comment
new file mode 100644 (file)
index 0000000..c032324
--- /dev/null
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="jkniiv"
+ avatar="http://cdn.libravatar.org/avatar/05fd8b33af7183342153e8013aa3713d"
+ subject="comment 2"
+ date="2022-07-14T20:32:06Z"
+ content="""
+> We could go argue with the Win32 maintainer to put it back in. I have: https://github.com/haskell/win32/issues/208
+
+Thanks. I see they seem be rather receptive to your suggestion. (I put in a thumbs up, too) The only issue I see is deciding on
+how to name the raw version of createFile. Is there some precedent in Haskell land as to naming conventions? C and Python
+would just prepend an underscore or two to the name without necessarily indicating that they would be thereby off limits (\"internal\").
+Maybe something like `_raw_CreateFile` with or without the underscore in the beginning?
+
+"""]]