Skip to content

Commit b6eb8e4

Browse files
committed
Closes #22
1 parent fd4b961 commit b6eb8e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

book_src/opening_a_window/win32.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ There's also some C++ oriented APIs for interacting with Windows as well (called
88
It's *much* easier for Rust to bind to and interact with a C oriented API than a C++ oriented API,
99
so we'll start with just using Win32 to interact with Windows.
1010

11+
**Note:** I will be linking to the MSDN pages for nearly all the important things we deal with.
12+
I expect you to *actually go to those pages* and read what they say.
13+
I will be covering much of what they deal with, but I can't cover every single detail.
14+
You should **always** read the documentation for yourself as well as reading this tutorial.
15+
1116
## Search The Web
1217

1318
Okay, for the sake of the lesson let's pretend that *even I* don't know what to do.

0 commit comments

Comments
 (0)