mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/memory_status.rb: fixed small typos introduced at r38182.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
70d603a412
commit
01380620bd
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ module Memory
|
|||
|
||||
typealias "PPROCESS_MEMORY_COUNTERS", "PROCESS_MEMORY_COUNTERS*"
|
||||
|
||||
extern "HANDLE GetCurrentProcess(), :stdcall"
|
||||
extern "BOOL GetProcessMemoryInfo(HANDLE, PPROCESS_MEMORY_COUNTERS, DWORD), :stdcall"
|
||||
extern "HANDLE GetCurrentProcess()", :stdcall
|
||||
extern "BOOL GetProcessMemoryInfo(HANDLE, PPROCESS_MEMORY_COUNTERS, DWORD)", :stdcall
|
||||
|
||||
module_function
|
||||
def memory_info
|
||||
|
|
Loading…
Reference in a new issue